Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NHttpNovUnmarshaller<TStub> Class / HandleInvokeBatchRequestCore Method


In This Topic
    HandleInvokeBatchRequestCore Method
    In This Topic
    Core handling of an invoke batch request.
    Syntax
    'Declaration
     
    
    Protected Function HandleInvokeBatchRequestCore( _
       ByVal request As NHttpWebRequestInfo _
    ) As NHttpWebResponseInfo
    'Usage
     
    
    Dim instance As NHttpNovUnmarshaller(Of TStub)
    Dim request As NHttpWebRequestInfo
    Dim value As NHttpWebResponseInfo
     
    value = instance.HandleInvokeBatchRequestCore(request)
    protected NHttpWebResponseInfo HandleInvokeBatchRequestCore( 
       NHttpWebRequestInfo request
    )

    Parameters

    request
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also